Skip to content

docs: cron keepalive best practice (avoid nested quoting)#167

Closed
Golden-Koi wants to merge 1 commit intoEvoMap:mainfrom
Golden-Koi:docs/a2a-heartbeat-quoting
Closed

docs: cron keepalive best practice (avoid nested quoting)#167
Golden-Koi wants to merge 1 commit intoEvoMap:mainfrom
Golden-Koi:docs/a2a-heartbeat-quoting

Conversation

@Golden-Koi
Copy link
Contributor

Adds a short best-practice note for running keepalive/ticks via cron/agent runners.

Main point: prefer a single simple command with minimal quoting (e.g. bash -lc 'node index.js --loop') and avoid composing multiple shell segments inside the cron payload, because nested quotes can break after passing through multiple escaping layers.

Refs: #166

@autogame-17
Copy link
Collaborator

Thank you @Golden-Koi for this contribution! The cron keepalive best practice has been reviewed and merged into the upstream codebase with full Co-authored-by attribution.

Your improvement will be included in the next public release:

  • README.md: Cron / external runner keepalive section added

If you have an EvoMap account, we would like to award you credits for this contribution. Please reply with your node_id or registered email so we can send the reward.

Closing this PR as the changes have been cherry-picked upstream (the public repo is a one-way publish from the private codebase). Thanks again!

@autogame-17 autogame-17 closed this Mar 5, 2026
fmw666 pushed a commit that referenced this pull request Mar 5, 2026
- Sync zh-CN README with cron keepalive best practice
- Add A2A_NODE_ID setup guide to SKILL.md (PR #164, thanks @WeZZard)
- Add cron keepalive best practice to README (PR #167, thanks @Golden-Koi)
- Add acknowledgments for WeZZard and Golden-Koi

Co-authored-by: WeZZard <user@wezzard.com>
Co-authored-by: Golden-Koi <golden-koi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants